@charset "utf-8";
@media only screen and (min-width: 641px) {
	.no-padding-left {
		padding-left: 0px !important;
	}
	.no-padding-right {
		padding-right: 0px !important;
	}
}
/*reset ui*/
body {
	background: #f2f2f2;
	color: #414141;
}
header,
footer {
	background: #fff;
}
a {
	color: #333333;
}
a:hover,
a:focus {
	color: #3e7bad;
}
.am-list-inline li {
	display: inline;
}
.am-btn-primary {
	background: #498ce8;
}
.am-btn-white {
	background: #fff;
}
.am-btn-lg {
	padding: 1rem 0.5rem;
}
.am-btn.am-radius {
	border-radius: 4px;
}
.am-container {
	max-width: 1100px;
}
.am-slider-inner {
	box-shadow: none;
	border-bottom: #000 solid 1px;
}
.am-slider-inner .am-slides li {
	position: relative;
}
.am-slider-inner .am-slider-title {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: 0px;
	padding: 5px 10px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	font-weight: 400;
}
.am-slider-inner .am-control-nav {
	width: auto;
	text-align: right;
	right: 10px;
	bottom: 10px;
}
.am-slider-inner .am-control-nav li a {
	background-color: rgba(255, 255, 255, 0.4);
	width: 12px;
	height: 12px;
}
.am-slider-inner .am-control-nav li a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.am-slider-inner .am-control-nav li a.am-active {
	background: #fff;
}
.am-slider-inner .am-control-nav,
.am-slider-inner .am-pauseplay {
	display: block;
}
.am-slider-inner .am-direction-nav a:before {
	position: relative;
	top: -6px;
}
.am-breadcrumb {
	border-bottom: #ddd solid 1px;
	margin-bottom: 1rem;
}
.am-breadcrumb li a {
}
.am-breadcrumb > li {
	font-size: 14px;
}
.am-breadcrumb > li + li:before {
	padding: 0px 5px;
}
.am-breadcrumb > li:nth-child(1):before {
	content: '\f124';
	color: #999;
	padding: 0px 5px 0px 0px;
}
.am-breadcrumb > li:nth-child(2):before {
	content: ' ';
}
/*base*/
.bg-gray {
	background: #f2f2f2;
}
nav {
	background: #1b518f;
}
nav li a {
	color: #fff;
}
#main {
	background: #fff;
	margin-top: 1.5rem;
}
/*gk*/
#gk-main {
	padding-top: 5px;
	background: #fff;
}
#gk-main > div.am-u-lg-9 {
	padding-left: 0px;
}
/*app*/
.topnav {
	margin-bottom: 0px;
}
.topnav ul {
	margin-bottom: 0px;
}
.topnav li {
	line-height: 18px;
	font-size: 14px;
	color: #999;
}
#nav {
	background: transparent;
	border-bottom: none;
	z-index: 2;
	margin-bottom: 0px;
}
#nav .am-container {
	position: relative;
}
#nav:before {
	background: #015092;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 37px;
	z-index: 0;
}
#nav .am-topbar-brand {
	margin-bottom: 10px;
	display: block;
	position: relative;
	top: -10px;
}
#nav .am-topbar-right {
	position: absolute;
	width: auto;
	right: 0px;
	top: 12px;
}

#nav .am-topbar-right form {
    display: inline-block;
}

#nav #searchform input,
#nav #baidu_search input{
	min-width: 240px;
	text-indent: 5px;
	border-radius: 18px;
}
#nav #searchform button,
#nav #baidu_searchbth{
	position: absolute;
    background: none;
    border: none;
    top: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    color: white;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background-color: #015092;
    padding: 0 10px;
    font-size: 14px !important;
}
#nav .am-topbar-nav {
	background: #015092;
	z-index: 2;
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
}
#nav .am-topbar-nav > li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: none;
	border-right: #f2f2f2 solid 1px;
	width: auto;
}
#nav .am-topbar-nav > li:last-child {
	border-right: none;
}
#nav .am-topbar-nav > li > a {
	color: #fff;
	white-space: nowrap;
	display: block;
	font-size: 18px;
	line-height: 37px;
	height: 37px;
/* 	padding: 0px 36px; */
	padding: 0px 29px;
	font-weight: 600;
}
#nav .am-topbar-nav > li > a:hover,
#nav .am-topbar-nav > li > a:focus {
	background: transparent;
	background-color: transparent;
}
#nav .am-topbar-nav > li > a:after {
	border-bottom-color: #083961;
	display: none;
}
#nav .am-topbar-nav > li > .dropdown-content {
	display: none;
	position: absolute;
	left: 0px;
	top: 37px;
	background: rgba(255, 255, 255, 0.9);
	border: #fff solid 1px;
	height: 140px;
	box-sizing: border-box;
	z-index: 999;
}
#nav .am-topbar-nav > li > .dropdown-content ul {
	text-align: left;
	padding: 10px 15px 0px 15px;
	margin-bottom: 0px;
}
#nav .am-topbar-nav > li > .dropdown-content ul li {
	line-height: 26px;
	list-style: none;
}
#nav .am-topbar-nav > li > .dropdown-content ul.list-inline li {
	display: inline-block;
}
#nav .am-topbar-nav > li > .dropdown-content li {
	color: #333;
	font-size: 15px;
}
#nav .am-topbar-nav > li > .dropdown-content li span {
	color: #000;
	margin-right: 10px;
	width: 80px;
	text-align: right;
	display: inline-block;
	font-weight: 600;
}
#nav .am-topbar-nav > li > .dropdown-content li a {
	color: #333;
	margin-right: 10px;
}
#nav .am-topbar-nav > li > .dropdown-content ul.list-inline li a {
	font-weight: 600;
}
#nav .am-topbar-nav > li > .dropdown-content li a:hover {
	color: #015293;
}
#links {
	background: #fff;
	padding-top: 1.5rem;
	border-bottom: #015193 solid 3px;
}
#links .am-tabs-nav {
	border-bottom: 1px solid transparent;
	border-top: 1px solid #015193;
}
#links .am-nav-tabs > li > a:hover,
#links .am-nav-tabs > li > a:focus,
#links .am-nav-tabs > li.am-active > a,
#links .am-nav-tabs > li.am-active > a:hover,
#links .am-nav-tabs > li.am-active > a:focus {
	background-color: #015193;
	border-color: #015193;
	color: #ffffff;
}
#links .am-tabs-nav li:last-child a {
	margin-right: 0px;
}
#links .am-tabs-nav li:nth-child(3) a {
	margin-right: 0px;
}
#links .am-tabs-nav .am-fr {
	float: right !important;
}
#links .am-tabs-bd {
	border: none;
}
#links .am-tabs-bd ul {
	margin-bottom: 0px;
	padding-left: 0px;
}
#links .am-tabs-bd li {
	float: left;
	line-height: 28px;
	font-size: 14px;
}
#links .am-tabs-bd li a {
	white-space: nowrap;
}
footer {
	padding: 1.5rem 1rem 3rem 1rem;
}
footer .info {
	padding-left: 80px;
	position: relative;
	width: 60%;
	float: left;
}
footer .link-img {
	vertical-align: top;
	width: 40%;
	float: right;
	padding-right: 15px;
}
footer #_ideConac {
	position: absolute;
	left: 0px;
	top: -10px;
}
footer p {
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
footer p a {
	margin-left: 12px;
}
footer .link-img p:first-child {
	margin-bottom: 0px;
}
footer .link-img a {
	display: inline-block;
}
footer .link-img #_span_jiucuo {
	display: inline-block;
	width:100px;
}
/*model*/
.news-tab {
	margin: 0px;
	margin-bottom: 10px;
}
.news-tab .am-tabs-nav {
	border-bottom: #0c77b0 solid 1px;
	padding-top: 0rem;
	line-height: 30px;
}
.news-tab .am-nav-tabs > li {
	margin-bottom: 0px;
	margin-left: 0px;
}
.news-tab .am-nav-tabs > li > a {
	padding-top: 0px;
	font-size: 18px;
	font-weight: 400;
	padding: 0em 0.1em;
	line-height: 30px;
	padding-bottom: 3px;
	color: #1c1d1e;
}
.news-tab .am-nav-tabs > li > a:hover,
.news-tab .am-nav-tabs > li > a:focus {
	background: transparent;
	background-color: transparent;
}
.news-tab .am-nav-tabs > li.am-active > a {
	border-color: transparent;
	cursor: pointer;
	background: transparent;
	color: #1c1d1e;
}
.news-tab .am-tabs-nav .am-nav-tabs-more {
	font-size: 1.3rem;
	position: relative;
	top: 0.75rem;
	right: 0.5rem;
}
.news-tab .am-tabs-nav .am-icon-btn {
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
}
.news-tab .am-tabs-bd {
	border: none;
}
.news-tab .am-tab-panel {
	padding: 0.5rem;
}
.news-tab .am-tab-panel ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-tab .am-tab-panel .news-list > li {
	border-color: transparent;
	background-color: transparent;
}
.news-tab .am-tab-panel .news-list > li:before {
	content: '.';
	position: absolute;
	left: 0rem;
	bottom: 7px;
}
.news-tab .am-tab-panel ul.am-list > li > a {
	padding: 2px 89px 2px 10px;
	font-size: 15px;
}
.news-tab .am-tab-panel .am-list-date {
	font-size: 15px;
	top: 0px;
	color: #747474;
}
.news-tab .am-tab-panel .am-list-date > a {
	padding: 0px;
	display: inline;
}
.model-bar {
	border-bottom: #015193 solid 1px;
	background: #f2f2f2;
	margin-bottom: 10px;
}
.model-bar h3:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 20px solid #f2f2f2;
	border-left: 20px solid transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}
.model-bar h3 {
	display: inline-block;
	margin-bottom: 0px;
	padding: 5px 20px 4px 10px;
	background: #015193;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.model-bar h3 a,
.model-bar h3 a:hover {
	color: #fff;
}
.model-bar span {
	padding: 12px 10px;
	font-size: 18px;
}
/*form*/
.vld-form {
}
.vld-form legend {
	border-bottom: #ddd solid 1px;
	background: #f2f2f2;
	color: #015192;
	padding: 0.4rem 1rem;
}
.vld-form [class*='am-u-'] {
	float: left !important;
}
.vld-form label {
	text-align: right;
	padding-right: 0px;
}
.vld-form .am-required:after {
	content: '*';
	color: red;
	position: relative;
	right: -5px;
}
.vld-form .am-dropdown-toggle {
	background: #f2f2f2;
	border: #ddd solid 1px;
}
.vld-form input,
.vld-form select {
	background: #f2f2f2;
}
#vld-tooltip {
	position: absolute;
	z-index: 1000;
	padding: 5px 10px;
	background: #f37b1d;
	min-width: 150px;
	color: #fff;
	transition: all 0.15s;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	display: none;
}
#vld-tooltip:before {
	position: absolute;
	top: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	content: '';
	border-width: 0 8px 8px;
	border-color: transparent transparent #f37b1d;
	border-style: none inset solid;
}
.vld-form .am-ucheck-icons {
	top: 10px;
}
.vld-form #img {
	margin-left: -3rem;
}

/* 遮罩 */
#appealForm {
	position: relative;
}

.zhezhao {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 102;
	background-color: rgb(0, 0, 0, 0.3);
}

.tsk_box {
	position: fixed;
	width: 30%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	background-color: #fff;
	z-index: 103;
}

.tsk_title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0;
}

.tsk-content {
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto;
}

.tsk_close {
	position: absolute;
	right: 12px;
	top: 8px;
	cursor: pointer;
}

.check_enter {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none;
}

.check_enter a {
	display: inline-block;
	height: 28px;
	line-height: 24px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.tsk_login {
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff;
}


/*适配手机*/
@media only screen and (max-width: 640px) {
	header {
		border-bottom: #1b518f solid 2px;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
	}
	#nav:before {
		display: none;
	}
	#nav .am-topbar-brand {
		margin-bottom: 0px;
		width: 85%;
	}
	#nav .am-topbar-right {
		position: relative;
		right: 0px;
		top: 0px;
	}
	
	#nav .am-topbar-right form{
		width: 100%;
	}
	
	#baidu_search .am-input-group{
		width: 100%;
	}
	
	#nav .am-topbar-nav > li {
		display: block;
		width: 100%;
		float: none;
		margin: 0px;
	}
	#nav .am-topbar-nav > li:hover > a {
		background: #fff;
		color: #a32018;
	}
	#nav .am-topbar-nav > li > .dropdown-content {
		display: none !important;
	}
	#gk-main > div.am-u-lg-9 {
		padding-left: 1rem;
	}
	.border-right {
		border: none;
	}
	.vld-form label {
		text-align: left;
		margin-bottom: 0.5rem;
	}
	.vld-form #img {
		margin-left: 0rem;
	}
	footer .info {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 100%;
	}
	footer #_ideConac {
		display: none;
	}
	.am-pagination li.am-hide-sm {
		display: none !important;
	}
}
/*20190102友情链接样式*/
.gj ul {
	float: left;
	display: block;
	width: 14%;
	margin: 0px;
}
.gj ul li {
	float: none !important;
	line-height: 22px !important;
	font-size: 14px;
	list-style-type: none;
}
.h_login {
  position: relative;
}
.dl_box .h_login ul {
	display: none;
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	margin-top: 18px;
	padding-left: 0;
}

.h_login ul li {
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
}

.h_login ul li:hover{
	background-color: #0A6DBF;
}

.h_login:hover{
	background-color: #1b518f;
}

.h_login:hover a{
	color: white;
}

.h_login:hover li{
	background-color: #1b518f;
}

#container{
	position:relative;
}
.ygdStyle{
	position:absolute;
	top:40%;
	right:45%;
}
.zt-text{margin: 20px auto 0;width: 344px;}
.zt-text p{font-size:14px; color: #000;line-height: 24px;}
.zt-text p span{font-weight: bold;}
.zt-text a{background: #015293;display: block;margin-top:10px;margin-right:10px; color:#fff; float:right;width:100px;height: 25px;line-height: 25px;text-align: center; border-radius: 50px;}
.imgbox {
	margin-bottom:20px;
	overflow:hidden;
}
.imgbox1 {
	margin-bottom:20px;
	overflow:hidden;
}